object formWaitDelay: TformWaitDelay Tag = 1 Left = 444 Top = 362 BorderStyle = bsDialog BorderWidth = 4 ClientHeight = 111 ClientWidth = 295 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object panelButtons: TPanel Left = 0 Top = 75 Width = 295 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 0 object buttonOK: TBitBtn Left = 200 Top = 8 Width = 91 Height = 25 TabOrder = 0 Kind = bkOK end object buttonCancel: TBitBtn Left = 88 Top = 8 Width = 91 Height = 25 TabOrder = 1 Kind = bkCancel end end object groupDelay: TGroupBox Tag = 1 Left = 0 Top = 0 Width = 295 Height = 75 Align = alClient Caption = ' Delay: ' TabOrder = 1 object trackDelay: TTrackBar Left = 16 Top = 24 Width = 265 Height = 33 TabOrder = 0 OnChange = trackDelayChange end end end